home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / relocsrt.rea < prev    next >
Text File  |  1996-01-16  |  822b  |  20 lines

  1. Short:    Sorts executable reloc tables.
  2. Author:   stuartm@zip.com.au (Stuart MacKinnon)
  3. Uploader: stuartm@zip.com.au (Stuart MacKinnon)
  4. Version:  37.1 (Initial Release)
  5. Type:     dev/misc
  6.  
  7.     This is a program that will sort all your reloc tables. The problem is that
  8. SAS/C, given the exact same source, will generate exactly the same CODE and
  9. DATA hunks in an executable, but can produce the RELOC table entries in a
  10. different order. Technically the program is the same, however if to separate
  11. compiles of the same program need to be compared, they may not seem to be the
  12. same. The problem is not with slink, it is to do with the code generation phase
  13. of compilation.
  14.  
  15.     This program does NOT support overlay hunks. It does not even skip them
  16. properly.
  17.  
  18.     Binary only.
  19.     C source is available from me - just ask.
  20.